github.com/gotd/td/internal/crypto.Cipher.rand (field)
5 uses
github.com/gotd/td/internal/crypto (current package)
cipher.go#L7: rand io.Reader
cipher.go#L13: return c.rand
cipher.go#L18: return Cipher{rand: rand, encryptSide: Client}
cipher.go#L23: return Cipher{rand: rand, encryptSide: Server}
cipher_encrypt.go#L18: if _, err := io.ReadFull(c.rand, plaintext.Buf[offset:]); err != nil {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |